home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 103
/
Vol 103.iso
/
interfac
/
it.dig
/
scripts
/
frame_1
/
DoAction_2.as
next >
Wrap
Text File
|
2010-03-13
|
2KB
|
59 lines
function label_botao()
{
if(_global.lingua == "pt")
{
_root.ini.acao_txt.text = "AÇÃO";
_root.ini.aventura_txt.text = "AVENTURA";
_root.ini.classicos_txt.text = "CLÁSSICOS";
_root.ini.corrida_txt.text = "CORRIDA";
_root.ini.esportes_txt.text = "ESPORTES";
_root.ini.estrategia_txt.text = "ESTRATÉGIA";
_root.ini.luta_txt.text = "LUTA";
_root.ini.nave_txt.text = "NAVE";
_root.ini.plataforma_txt.text = "PLATAFORMA";
_root.ini.puzzle_txt.text = "PUZZLE";
_root.ini.tiro_txt.text = "TIRO";
_root.ini.diversos_txt.text = "DIVERSOS";
_root.ini.essenciais_txt.text = "ESSENCIAIS";
}
else if(_global.lingua == "sp")
{
_root.ini.acao_txt.text = "ACCIÓN";
_root.ini.aventura_txt.text = "AVENTURAS";
_root.ini.classicos_txt.text = "CLÁSICOS";
_root.ini.corrida_txt.text = "CARRERAS";
_root.ini.esportes_txt.text = "DEPORTES";
_root.ini.estrategia_txt.text = "ESTRATEGIA";
_root.ini.luta_txt.text = "LUCHA";
_root.ini.nave_txt.text = "NAVES";
_root.ini.plataforma_txt.text = "PLATAFORMAS";
_root.ini.puzzle_txt.text = "PUZZLE";
_root.ini.tiro_txt.text = "TIROS";
_root.ini.diversos_txt.text = "DIVERSOS";
_root.ini.essenciais_txt.text = "ESENCIALES";
}
else if(_global.lingua == "en")
{
_root.ini.acao_txt.text = "ACTION";
_root.ini.aventura_txt.text = "ADVENTURE";
_root.ini.classicos_txt.text = "CLASSIC";
_root.ini.corrida_txt.text = "RACING";
_root.ini.esportes_txt.text = "SPORTS";
_root.ini.estrategia_txt.text = "STRATEGY";
_root.ini.luta_txt.text = "FIGHTING";
_root.ini.nave_txt.text = "SHIP";
_root.ini.plataforma_txt.text = "PLATFORM";
_root.ini.puzzle_txt.text = "PUZZLE";
_root.ini.tiro_txt.text = "SHOOTING";
_root.ini.diversos_txt.text = "DIVERSE";
_root.ini.essenciais_txt.text = "ESSENTIALS";
}
}
volta_inicio = function()
{
_level6.naveg_volta();
_root.categoria_mc.gotoAndPlay("VOLTAR");
_root.descri.gotoAndStop(1);
_root.descri_games.gotoAndStop(1);
};